====== OrgApp (Organization Charts) Plugin ====== ---- plugin ---- description: Create organization charts using OrgApplet (http://www.eiroca.net/orgapp/) author : eIrOcA email : staff@eiroca.net type : syntax lastupdate : 2019-02-24 compatible : Greebo depends : conflicts : similar : jorgchart, orgchart tags : chart, images, orgchart, organization charts downloadurl: https://www.eiroca.net/apps/dokuwiki/dokuwiki-plugin-orgapp.zip bugtracker : https://github.com/eiroca/dokuwiki-plugin-orgapp/issues sourcerepo : https://github.com/eiroca/dokuwiki-plugin-orgapp donationurl: https://www.eiroca.net screenshot_img : ---- ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]] or manually with the download from the [[https://github.com/eiroca/dokuwiki-plugin-orgapp/releases|github releases]]. Refer to [[:Plugins]] on how to install plugins manually. ^ Download | [[http://www.eiroca.net/apps/dokuwiki/dokuwiki-plugin-orgapp.zip]] | Last version can be found on [[https://github.com/eiroca/dokuwiki-plugin-orgapp|github]], including project tracking. ===== Documentation ===== Orgapp generates organization charts using an applet. Simple example: {{http://img145.imageshack.us/img145/745/pluginorgappsample.png}} ==== Sample Arguments ==== * ''%%%%'' * ''width="100%"%%'' -> set frame with to 100% of page size * ''height=400%%'' -> frame height in pixel * ''%%%%'' * ''%%layout="0"%%'' -> switches through layout views * ''%%mode="0"%%'' -> regulates box settings * ''%%compact="1"%%'' -> FIXME * ''%%boxBackgroundColor="224,224,224"%%'' -> set background of boxes (hex) * ''%%boxRightMargin="10"%%'' -> Text Margin right side (pixel) * ''%%boxLeftMargin="10"%%'' -> Text Margin left side (pixel) * ''%%boxTopMargin="10"%%'' -> Text Margin up side (pixel) * ''%%boxBottomMargin="10"%%'' -> Text Margin at bottom (pixel) * ''%%boxRightPadding="6"%%'' -> Padding between boxes right side (pixel) * ''%%boxLeftPadding="6"%%'' -> Padding between boxes left side (pixel) * ''%%boxTopPadding="6"%%'' -> Padding between boxes at Top (pixel) * ''%%boxBottomPadding="6"%%'' -> Padding between boxes at Bottom (pixel) * ''%%boxFrameColor="0,0,0"%%'' -> Frame color of the boxes (hex) * ''%%boxTextAlignment="center"%%'' -> Allignment of the Text in the boxes * ''%%%%'' * ''%%fontStyle="Bold"%%'' -> Set the following Text to Bold * ''%%fontColor="0,0,255"%%'' -> Set Font color (hex) * ''%%fontName="Arial"%%'' -> switches the Font type * ''%%%%'' * ''%%link="http://...%%'' -> turns following Text into Hyperlink * ''%%target="_self"%%'' -> Target of Hyperlink * ''%%boxForegroundColor="0,0,0"%%'' -> individual color of Box of the unit Full documentation and examples is [[http://www.eiroca.net/doku_orgapp|here]] (English and Italian). ===== History ===== ===Version 19.02=== * dokuwiki "Greebo" compatibility * PHP 7.x compatibility === 2013/06/29 === * Updated with the newest applet === 2011/02/03 === * Added button in the edit toolbar * Support for DokuWiki "Anteater" === 2010/04/19 === * First version ===== License & Copyright ===== Copyright © 2010-2019 eIrOcA (eNrIcO Croce & sImOnA Burzio) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.